xcLed Main Menu | |
Worldwide Productions Inc. |
|
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the color for the led background. |
Example: | object.xcBackColor = RGB(0,0,0) |
Data Type: | Boolean (True or False) |
Description: | Return or Set whether or not the background for the led is transparent. |
Example: | object.xcBackTransparent = True object.xcBackTransparent = False |
Data Type: | String |
Description: | Return or Set the caption that is displayed under the led. |
Example: | object.xcCaption = "My led" |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the color of the caption |
Example: | object.xcCaptionColor = RGB(255,0,0) |
Data Type: | Boolean (True or False) |
Description: | Return or Set whether or not the caption is visible |
Example: | object.xcCaptionVisible = True |
Data Type: | Boolean (True or False) |
Description: | Return or Set whether the led is enabled or disabled. When the led is disabled, it will not respond to any user actions or events. |
Example: | object.xcEnabled = False |
Data Type: | OLE FONT |
Description: | Return or Set the font, font size and font attributes. |
Example: | object.xcFont= "MS Sans Serif" |
Data Type: | Integer |
Description: | Return or Set the the color of the led to GREEN, YELLOW or RED |
Example: | object.xcLedColor = 0 - GREEN object.xcLedColor = 1 - YELLOW object.xcLedColor = 2 - RED |
Data Type: | Integer |
Description: | Return or Set the type of graphical led that is visible. |
Example: | object.xcLedType = 0 - Type1 |
Data Type: | Boolean (True or False) |
Description: | Return or Set the current state of the led. |
Example: | object.xcValue = True |